home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-02-19 | 4.7 KB | 147 lines |
- ;*****************************************************************************
- ;
- ; Name: W700sdm2.inf
- ;
- ; Function:
- ; Install Sony Ericsson W700 USB WMC Device Management Drivers on Win2000/XP
- ;
- ; Copyright (c) 1997-2005 MCCI
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc.
- ;
- ;*****************************************************************************
-
- [Version]
- signature="$WINDOWS NT$"
- Class=Ports
- ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
- Provider=%Provider%
- DriverVer=12/23/2005, 4.34.0.2705
- CatalogFile=W700mgmt.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"W700mgmt.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[,[ subdir][, size]]
- W700mgmt.sys = 1
- W700cmnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
-
- [DestinationDirs]
- DefaultDestDir = 12 ; system32\drivers
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %Sony Ericsson%=SEMCW700
-
- ;-----------------------------------------------------------------------------
- ; Device-by-device entries
- ;-----------------------------------------------------------------------------
- [SEMCW700]
- %SEMCW700.Comm.Desc% = SEMCW700.Install, USB\VID_0FCE&PID_D056&Class_02&SubClass_09&Prot_01&OS_NT
-
- ;-----------------------------------------------------------------------------
- ; Installation instructions
- ;-----------------------------------------------------------------------------
-
- [SEMCW700.Install.nt]
- AddReg = SEMCW700.AddReg,SEMCW700.NT.AddReg
- CopyFiles = CopyFiles, CopyFiles.Win2K
-
-
- ;-----------------------------------------------------------------------------
- ; Registry
- ;-----------------------------------------------------------------------------
-
- ; common registry entries
- [SEMCW700.AddReg]
- HKR,,NTMPDriver,,W700mgmt.sys
- HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
- HKR,,InitialBaudRate, 0x10001, 00,C2,01,00 ;115200 initial baud rate
- HKR,,InitialLineControl,, "8N1" ;8-bits, No parity, 1 stop bit
- HKR,,EnableSetClearFeatureIdle, 0x10001, 01,00,00,00
-
- ; only for NT...
- [SEMCW700.NT.AddReg]
- HKR,,PortSubClass,1,01
- HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
- HKR,,AllowSuspendWhileOpen, 0x10001, 01,00,00,00
-
- ;-----------------------------------------------------------------------------
- ; Copy lists
- ;-----------------------------------------------------------------------------
- [CopyFiles]
-
- [CopyFiles.Win2K]
- W700mgmt.sys
- W700cm.sys,W700cmnt.sys
- W700cmnt.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; NT Services installation
- ;-----------------------------------------------------------------------------
-
- [SEMCW700.Install.NT.Services]
- AddService = W700mgmt, 0x00000002, SEMCW700.Install.AddService
-
-
- [SEMCW700.Install.AddService]
- DisplayName = %SEMCW700.Service.Name%
- Description = %SEMCW700.Service.Desc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\W700mgmt.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; STRINGS
- ;-----------------------------------------------------------------------------
- [Strings]
-
- ;<<localize the following>>
-
- ;BEGIN ENG - US English Strings
-
- Provider = "Sony Ericsson"
- Sony Ericsson = "Sony Ericsson"
- DiskString = "Sony Ericsson W700 USB WMC Device Management installation disk"
-
- SEMCW700.Comm.Desc = "Sony Ericsson W700 USB WMC Device Management"
- SEMCW700.Service.Name = "Sony Ericsson W700 USB WMC Device Management Drivers (WDM)"
- SEMCW700.Service.Desc = "Sony Ericsson W700 USB WMC Device Management Drivers (WDM)"
-
-
- CustomerDataPath = "SEMCW700"
- DriverSet = "SEMCW700 Software"
- UninstallFile = "W700Uninstall.exe"
- McciOptions = "Uninstallable"
-
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; The following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
-
- ;*** end of file ***
-